The AncillaryOutputTypeEnum contains a group of enumerations on a scope that indicate the output type for the transaction submitted on the parent request.
| Parameter | Type | Description |
|---|---|---|
| Barcode | string (enum) | Sets the output to include a barcode as defined in the Barcode object. |
| CertificationSeal | string (enum) | Sets the output to include a seal as defined in the CertifcateSeal object. |
| Encryption | string (enum) | Sets the output to include a encryption as defined in the SetEncryption object. |
| Watermark | string (enum) | Sets the output to include a watermark as defined in the Watermark object. |
| PdfMerge | string (enum) | Sets the output as a single PDF comprising a merged grouping of individual documents in a packet. |
| MergedCopyPDF | string (enum) | Sets the output as a copy of all individual PDF files and a PDF comprising a merged grouping of the individual documents in a packet. |
| Zip | string (enum) | Sets the output as a compressed archive (Base64 encoded ZIP format). If used with PDFmerge, a single PDF is included in the archive; else individual PDF files are included. |